home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tech91.zip / TI686.ASC < prev    next >
Text File  |  1991-08-26  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Paradox                                NUMBER  :  686
  9.   VERSION  :  2.0 & up
  10.        OS  :  DOS
  11.      DATE  :  August 26, 1991                          PAGE  :  1/2
  12.  
  13.     TITLE  :  Copying Valcheck Pictures from field to field
  14.  
  15.  
  16.  
  17.  
  18.   Frequently when building tables in Paradox, a given Validity
  19.   Check Picture may be useful across a number of fields.  It can be
  20.   tedious to re-enter the information for each field, especially if
  21.   the Pictures are complex.
  22.  
  23.   Below is one method to copy Valchecks from one field to another
  24.   in the same table using a two stage process.  Step one covers
  25.   storing into a variable the current defined Picture for use in
  26.   subsequent Picture assignments.  Step two covers placing the
  27.   stored Picture in additional fields.
  28.  
  29.   1. Store the Picture to a variable.
  30.  
  31.           a. Press <F10> and select {View} to view the table.
  32.           b. Push <F9> to get in to Edit Mode.
  33.           c. Push <F10> to get the menu.
  34.           d. Choose {Valcheck}/{Define}, then use the Arrow Keys
  35.              and <Enter> to select the appropriate field and choose
  36.              {Picture} to highlight the desired Picture.
  37.           e. Push <Alt-F10> for the PAL menu and choose
  38.              {Miniscript}.
  39.           f. At the command prompt enter the following:
  40.              x=MENUCHOICE()
  41.           g. Press <Enter>.
  42.  
  43.   2. Fill the stored Valcheck in to the desired field.
  44.  
  45.           a. Move the cursor to the destination field where you
  46.              want the Picture.
  47.           b. Push <F10>
  48.           c. Choose {Valcheck}/{Define}, then use the Arrow Keys
  49.              and <Enter> to select the appropriate field and choose
  50.              {Picture} to highlight the desired Picture.
  51.           d. Push <Alt-F10> for the PAL menu and choose
  52.              {Miniscript}.
  53.           e. At the command prompt enter the following PAL command:
  54.              TYPEIN x
  55.           f. Press <Enter>.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT  :  Paradox                                NUMBER  :  686
  75.   VERSION  :  2.0 & up
  76.        OS  :  DOS
  77.      DATE  :  August 26, 1991                          PAGE  :  2/2
  78.  
  79.     TITLE  :  Copying Valcheck Pictures from field to field
  80.  
  81.  
  82.  
  83.  
  84.   If this is a sequence you may be using frequently, you could
  85.   further automate this by using a pair of setkeys for the above
  86.   steps.  See the chapter titled "Keyboard Macros" in the PAL
  87.   User's Guide for more information on SETKEY.
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.